Html Css Color HEX #AF8777 Brandy Rose

📋 copy color: '#AF8777'

red 175 ◦ green 135 ◦ blue 119

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

Shades of Brandy Rose #AF8777

Tints of Brandy Rose #AF8777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.47%

 BLUE value IS 119 (46.88% from 255) = 27.74%

R = 40.79%
G = 31.47%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF8777 (or 0xAF8777) is known color: Brandy Rose. HEX triplet: AF, 87 and 77. RGB value is (175,135,119). Sum of RGB (Red+Green+Blue) = 175+135+119=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8777 is #507888. Grayscale: #919191. Windows color (decimal): -5273737 or 7833519. OLE color: 7833519.

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

Color convert

RGB 175 135 119 -
CMYK 0 0.23 0.32 0.31
HSL 17.14º 0.26% 0.58% -
HSV(B) 17.14º 0.32% 0.69% -
XYZ 29.67 27.77 21.25 -
YUV 145.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 175 135 119 0 0.23 0.32 0.31 17.14 0.26 0.58
Hex AF 87 77 0 17 20 1F 11 1A 3A
Octal 257 207 167 0 27 40 37 21 32 72
Binary 10101111 10000111 1110111 0 10111 100000 11111 10001 11010 111010

Color Harmonies of #AF8777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8777

Black with #AF8777

Text Example


Text Example

White with #AF8777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8777; }

 p { color: rgb(175,135,119); }

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

background-color css

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

 a { background-color: rgb(175,135,119); }

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

border-color css

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

 span { border-color: rgb(175,135,119); }

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