Html Css Color HEX #AF8479 Brandy Rose

📋 copy color: '#AF8479'

red 175 ◦ green 132 ◦ blue 121

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

Shades of Brandy Rose #AF8479

Tints of Brandy Rose #AF8479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.84%

 BLUE value IS 121 (47.66% from 255) = 28.27%

R = 40.89%
G = 30.84%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF8479 (or 0xAF8479) is known color: Brandy Rose. HEX triplet: AF, 84 and 79. RGB value is (175,132,121). Sum of RGB (Red+Green+Blue) = 175+132+121=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8479 is #507B86. Grayscale: #8F8F8F. Windows color (decimal): -5274503 or 7963823. OLE color: 7963823.

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

Color convert

RGB 175 132 121 -
CMYK 0 0.25 0.31 0.31
HSL 12.22º 0.25% 0.58% -
HSV(B) 12.22º 0.31% 0.69% -
XYZ 29.38 27 21.75 -
YUV 143.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 175 132 121 0 0.25 0.31 0.31 12.22 0.25 0.58
Hex AF 84 79 0 19 1F 1F C 19 3A
Octal 257 204 171 0 31 37 37 14 31 72
Binary 10101111 10000100 1111001 0 11001 11111 11111 1100 11001 111010

Color Harmonies of #AF8479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8479

Black with #AF8479

Text Example


Text Example

White with #AF8479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8479; }

 p { color: rgb(175,132,121); }

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

background-color css

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

 a { background-color: rgb(175,132,121); }

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

border-color css

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

 span { border-color: rgb(175,132,121); }

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