Html Css Color HEX #AF8A7A Brandy Rose

📋 copy color: '#AF8A7A'

red 175 ◦ green 138 ◦ blue 122

#AF8A7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #AF8A7A

Tints of Brandy Rose #AF8A7A

RGB

 RED value IS 175 (68.75% from 255) = 40.23%

 GREEN value IS 138 (54.3% from 255) = 31.72%

 BLUE value IS 122 (48.05% from 255) = 28.05%

R = 40.23%
G = 31.72%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF8A7A (or 0xAF8A7A) is known color: Brandy Rose. HEX triplet: AF, 8A and 7A. RGB value is (175,138,122). Sum of RGB (Red+Green+Blue) = 175+138+122=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A7A is #507585. Grayscale: #939393. Windows color (decimal): -5272966 or 8030895. OLE color: 8030895.

HSL color Cylindrical-coordinate representation of color #AF8A7A: hue angle of 18.11º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF8A7A is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 138 122 -
CMYK 0 0.21 0.30 0.31
HSL 18.11º 0.25% 0.58% -
HSV(B) 18.11º 0.3% 0.69% -
XYZ 30.28 28.7 22.36 -
YUV 147.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 175 138 122 0 0.21 0.30 0.31 18.11 0.25 0.58
Hex AF 8A 7A 0 15 1E 1F 12 19 3A
Octal 257 212 172 0 25 36 37 22 31 72
Binary 10101111 10001010 1111010 0 10101 11110 11111 10010 11001 111010

Color Harmonies of #AF8A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8A7A

Black with #AF8A7A

Text Example


Text Example

White with #AF8A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8A7A; }

 p { color: rgb(175,138,122); }

 H1.HeaderClassName
 {
   color: #AF8A7A;
 }
 .AnyTagClassName
 {
   color: #AF8A7A;
 }
</style>

background-color css

<style>
 a { background-color: #AF8A7A; }

 a { background-color: rgb(175,138,122); }

 div.DivClassName
 {
   background-color: #AF8A7A;
 }
 .BgClassName
 {
   background-color: #AF8A7A;
 }
</style>

border-color css

<style>
 span { border-color: #AF8A7A; }

 span { border-color: rgb(175,138,122); }

 td.TdClassName
 {
   border-color: #AF8A7A;
 }
 .TagClassName
 {
   border-color: #AF8A7A;
 }
</style>