Html Css Color HEX #AF9773 Bronco

📋 copy color: '#AF9773'

red 175 ◦ green 151 ◦ blue 115

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

Shades of Bronco #AF9773

Tints of Bronco #AF9773

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.24%

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

R = 39.68%
G = 34.24%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF9773 (or 0xAF9773) is known color: Bronco. HEX triplet: AF, 97 and 73. RGB value is (175,151,115). Sum of RGB (Red+Green+Blue) = 175+151+115=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9773 is #50688C. Grayscale: #9A9A9A. Windows color (decimal): -5269645 or 7575471. OLE color: 7575471.

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

Color convert

RGB 175 151 115 -
CMYK 0 0.14 0.34 0.31
HSL 36º 0.27% 0.57% -
HSV(B) 36º 0.34% 0.69% -
XYZ 31.84 32.48 20.81 -
YUV 154.07 105.95 142.93 -
System Red Green Blue C M Y K H S L
Decimal 175 151 115 0 0.14 0.34 0.31 36 0.27 0.57
Hex AF 97 73 0 E 22 1F 24 1B 39
Octal 257 227 163 0 16 42 37 44 33 71
Binary 10101111 10010111 1110011 0 1110 100010 11111 100100 11011 111001

Color Harmonies of #AF9773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9773

Black with #AF9773

Text Example


Text Example

White with #AF9773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9773; }

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

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

background-color css

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

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

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

border-color css

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

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

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