Html Css Color HEX #AF8674 Brandy Rose

📋 copy color: '#AF8674'

red 175 ◦ green 134 ◦ blue 116

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

Shades of Brandy Rose #AF8674

Tints of Brandy Rose #AF8674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.29%

R = 41.18%
G = 31.53%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF8674 (or 0xAF8674) is known color: Brandy Rose. HEX triplet: AF, 86 and 74. RGB value is (175,134,116). Sum of RGB (Red+Green+Blue) = 175+134+116=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8674 is #50798B. Grayscale: #909090. Windows color (decimal): -5273996 or 7636655. OLE color: 7636655.

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

Color convert

RGB 175 134 116 -
CMYK 0 0.23 0.34 0.31
HSL 18.31º 0.27% 0.57% -
HSV(B) 18.31º 0.34% 0.69% -
XYZ 29.36 27.43 20.27 -
YUV 144.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 175 134 116 0 0.23 0.34 0.31 18.31 0.27 0.57
Hex AF 86 74 0 17 22 1F 12 1B 39
Octal 257 206 164 0 27 42 37 22 33 71
Binary 10101111 10000110 1110100 0 10111 100010 11111 10010 11011 111001

Color Harmonies of #AF8674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8674

Black with #AF8674

Text Example


Text Example

White with #AF8674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8674; }

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

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

background-color css

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

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

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

border-color css

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

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

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