Html Css Color HEX #AF9F84 Bronco

📋 copy color: '#AF9F84'

red 175 ◦ green 159 ◦ blue 132

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

Shades of Bronco #AF9F84

Tints of Bronco #AF9F84

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.12%

 BLUE value IS 132 (51.95% from 255) = 28.33%

R = 37.55%
G = 34.12%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF9F84 (or 0xAF9F84) is known color: Bronco. HEX triplet: AF, 9F and 84. RGB value is (175,159,132). Sum of RGB (Red+Green+Blue) = 175+159+132=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9F84 is #50607B. Grayscale: #A0A0A0. Windows color (decimal): -5267580 or 8691631. OLE color: 8691631.

HSL color Cylindrical-coordinate representation of color #AF9F84: hue angle of 37.67º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF9F84 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 159 132 -
CMYK 0 0.09 0.25 0.31
HSL 37.67º 0.21% 0.6% -
HSV(B) 37.67º 0.25% 0.69% -
XYZ 34.24 35.58 26.89 -
YUV 160.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 175 159 132 0 0.09 0.25 0.31 37.67 0.21 0.6
Hex AF 9F 84 0 9 19 1F 26 15 3C
Octal 257 237 204 0 11 31 37 46 25 74
Binary 10101111 10011111 10000100 0 1001 11001 11111 100110 10101 111100

Color Harmonies of #AF9F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9F84

Black with #AF9F84

Text Example


Text Example

White with #AF9F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9F84; }

 p { color: rgb(175,159,132); }

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

background-color css

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

 a { background-color: rgb(175,159,132); }

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

border-color css

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

 span { border-color: rgb(175,159,132); }

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