Html Css Color HEX #AF8372 Brandy Rose

📋 copy color: '#AF8372'

red 175 ◦ green 131 ◦ blue 114

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

Shades of Brandy Rose #AF8372

Tints of Brandy Rose #AF8372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.19%

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

R = 41.67%
G = 31.19%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF8372 (or 0xAF8372) is known color: Brandy Rose. HEX triplet: AF, 83 and 72. RGB value is (175,131,114). Sum of RGB (Red+Green+Blue) = 175+131+114=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8372 is #507C8D. Grayscale: #8E8E8E. Windows color (decimal): -5274766 or 7504815. OLE color: 7504815.

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

Color convert

RGB 175 131 114 -
CMYK 0 0.25 0.35 0.31
HSL 16.72º 0.28% 0.57% -
HSV(B) 16.72º 0.35% 0.69% -
XYZ 28.83 26.56 19.53 -
YUV 142.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 175 131 114 0 0.25 0.35 0.31 16.72 0.28 0.57
Hex AF 83 72 0 19 23 1F 11 1C 39
Octal 257 203 162 0 31 43 37 21 34 71
Binary 10101111 10000011 1110010 0 11001 100011 11111 10001 11100 111001

Color Harmonies of #AF8372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8372

Black with #AF8372

Text Example


Text Example

White with #AF8372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8372; }

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

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

background-color css

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

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

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

border-color css

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

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

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