Html Css Color HEX #AF9F83 Bronco

📋 copy color: '#AF9F83'

red 175 ◦ green 159 ◦ blue 131

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

Shades of Bronco #AF9F83

Tints of Bronco #AF9F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.17%

R = 37.63%
G = 34.19%
B = 28.17%

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

#AF9F83 (or 0xAF9F83) is known color: Bronco. HEX triplet: AF, 9F and 83. RGB value is (175,159,131). Sum of RGB (Red+Green+Blue) = 175+159+131=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9F83 is #50607C. Grayscale: #A0A0A0. Windows color (decimal): -5267581 or 8626095. OLE color: 8626095.

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

Color convert

RGB 175 159 131 -
CMYK 0 0.09 0.25 0.31
HSL 38.18º 0.22% 0.6% -
HSV(B) 38.18º 0.25% 0.69% -
XYZ 34.17 35.55 26.53 -
YUV 160.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 175 159 131 0 0.09 0.25 0.31 38.18 0.22 0.6
Hex AF 9F 83 0 9 19 1F 26 16 3C
Octal 257 237 203 0 11 31 37 46 26 74
Binary 10101111 10011111 10000011 0 1001 11001 11111 100110 10110 111100

Color Harmonies of #AF9F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9F83

Black with #AF9F83

Text Example


Text Example

White with #AF9F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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