Html Css Color HEX #AF9D7C Bronco

📋 copy color: '#AF9D7C'

red 175 ◦ green 157 ◦ blue 124

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

Shades of Bronco #AF9D7C

Tints of Bronco #AF9D7C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.43%

 BLUE value IS 124 (48.83% from 255) = 27.19%

R = 38.38%
G = 34.43%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF9D7C (or 0xAF9D7C) is known color: Bronco. HEX triplet: AF, 9D and 7C. RGB value is (175,157,124). Sum of RGB (Red+Green+Blue) = 175+157+124=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9D7C is #506283. Grayscale: #9E9E9E. Windows color (decimal): -5268100 or 8166831. OLE color: 8166831.

HSL color Cylindrical-coordinate representation of color #AF9D7C: hue angle of 38.82º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF9D7C is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 157 124 -
CMYK 0 0.10 0.29 0.31
HSL 38.82º 0.24% 0.59% -
HSV(B) 38.82º 0.29% 0.69% -
XYZ 33.37 34.68 24 -
YUV 158.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 175 157 124 0 0.10 0.29 0.31 38.82 0.24 0.59
Hex AF 9D 7C 0 A 1D 1F 27 18 3B
Octal 257 235 174 0 12 35 37 47 30 73
Binary 10101111 10011101 1111100 0 1010 11101 11111 100111 11000 111011

Color Harmonies of #AF9D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9D7C

Black with #AF9D7C

Text Example


Text Example

White with #AF9D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9D7C; }

 p { color: rgb(175,157,124); }

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

background-color css

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

 a { background-color: rgb(175,157,124); }

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

border-color css

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

 span { border-color: rgb(175,157,124); }

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