Html Css Color HEX #AF8478 Brandy Rose

📋 copy color: '#AF8478'

red 175 ◦ green 132 ◦ blue 120

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

Shades of Brandy Rose #AF8478

Tints of Brandy Rose #AF8478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.1%

R = 40.98%
G = 30.91%
B = 28.1%

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

#AF8478 (or 0xAF8478) is known color: Brandy Rose. HEX triplet: AF, 84 and 78. RGB value is (175,132,120). Sum of RGB (Red+Green+Blue) = 175+132+120=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8478 is #507B87. Grayscale: #8F8F8F. Windows color (decimal): -5274504 or 7898287. OLE color: 7898287.

HSL color Cylindrical-coordinate representation of color #AF8478: hue angle of 13.09º degrees, saturation: 0.26, 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 #AF8478 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 132 120 -
CMYK 0 0.25 0.31 0.31
HSL 13.09º 0.26% 0.58% -
HSV(B) 13.09º 0.31% 0.69% -
XYZ 29.32 26.97 21.43 -
YUV 143.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 175 132 120 0 0.25 0.31 0.31 13.09 0.26 0.58
Hex AF 84 78 0 19 1F 1F D 1A 3A
Octal 257 204 170 0 31 37 37 15 32 72
Binary 10101111 10000100 1111000 0 11001 11111 11111 1101 11010 111010

Color Harmonies of #AF8478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8478

Black with #AF8478

Text Example


Text Example

White with #AF8478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8478; }

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

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

background-color css

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

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

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

border-color css

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

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

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