Html Css Color HEX #AF8672 Brandy Rose

📋 copy color: '#AF8672'

red 175 ◦ green 134 ◦ blue 114

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

Shades of Brandy Rose #AF8672

Tints of Brandy Rose #AF8672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.95%

R = 41.37%
G = 31.68%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF8672 (or 0xAF8672) is known color: Brandy Rose. HEX triplet: AF, 86 and 72. RGB value is (175,134,114). Sum of RGB (Red+Green+Blue) = 175+134+114=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8672 is #50798D. Grayscale: #909090. Windows color (decimal): -5273998 or 7505583. OLE color: 7505583.

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

Color convert

RGB 175 134 114 -
CMYK 0 0.23 0.35 0.31
HSL 19.67º 0.28% 0.57% -
HSV(B) 19.67º 0.35% 0.69% -
XYZ 29.24 27.38 19.66 -
YUV 143.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 175 134 114 0 0.23 0.35 0.31 19.67 0.28 0.57
Hex AF 86 72 0 17 23 1F 14 1C 39
Octal 257 206 162 0 27 43 37 24 34 71
Binary 10101111 10000110 1110010 0 10111 100011 11111 10100 11100 111001

Color Harmonies of #AF8672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8672

Black with #AF8672

Text Example


Text Example

White with #AF8672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8672; }

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

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

background-color css

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

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

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

border-color css

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

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

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