Html Css Color HEX #AF9873 Bronco

📋 copy color: '#AF9873'

red 175 ◦ green 152 ◦ blue 115

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

Shades of Bronco #AF9873

Tints of Bronco #AF9873

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.39%

 BLUE value IS 115 (45.31% from 255) = 26.02%

R = 39.59%
G = 34.39%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF9873 (or 0xAF9873) is known color: Bronco. HEX triplet: AF, 98 and 73. RGB value is (175,152,115). Sum of RGB (Red+Green+Blue) = 175+152+115=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9873 is #50678C. Grayscale: #9A9A9A. Windows color (decimal): -5269389 or 7575727. OLE color: 7575727.

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

Color convert

RGB 175 152 115 -
CMYK 0 0.13 0.34 0.31
HSL 37º 0.27% 0.57% -
HSV(B) 37º 0.34% 0.69% -
XYZ 32 32.81 20.87 -
YUV 154.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 175 152 115 0 0.13 0.34 0.31 37 0.27 0.57
Hex AF 98 73 0 D 22 1F 25 1B 39
Octal 257 230 163 0 15 42 37 45 33 71
Binary 10101111 10011000 1110011 0 1101 100010 11111 100101 11011 111001

Color Harmonies of #AF9873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9873

Black with #AF9873

Text Example


Text Example

White with #AF9873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9873; }

 p { color: rgb(175,152,115); }

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

background-color css

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

 a { background-color: rgb(175,152,115); }

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

border-color css

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

 span { border-color: rgb(175,152,115); }

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