Html Css Color HEX #AF8676 Brandy Rose

📋 copy color: '#AF8676'

red 175 ◦ green 134 ◦ blue 118

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

Shades of Brandy Rose #AF8676

Tints of Brandy Rose #AF8676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.38%

 BLUE value IS 118 (46.48% from 255) = 27.63%

R = 40.98%
G = 31.38%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF8676 (or 0xAF8676) is known color: Brandy Rose. HEX triplet: AF, 86 and 76. RGB value is (175,134,118). Sum of RGB (Red+Green+Blue) = 175+134+118=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8676 is #507989. Grayscale: #909090. Windows color (decimal): -5273994 or 7767727. OLE color: 7767727.

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

Color convert

RGB 175 134 118 -
CMYK 0 0.23 0.33 0.31
HSL 16.84º 0.26% 0.57% -
HSV(B) 16.84º 0.33% 0.69% -
XYZ 29.47 27.47 20.89 -
YUV 144.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 175 134 118 0 0.23 0.33 0.31 16.84 0.26 0.57
Hex AF 86 76 0 17 21 1F 11 1A 39
Octal 257 206 166 0 27 41 37 21 32 71
Binary 10101111 10000110 1110110 0 10111 100001 11111 10001 11010 111001

Color Harmonies of #AF8676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8676

Black with #AF8676

Text Example


Text Example

White with #AF8676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8676; }

 p { color: rgb(175,134,118); }

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

background-color css

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

 a { background-color: rgb(175,134,118); }

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

border-color css

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

 span { border-color: rgb(175,134,118); }

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