Html Css Color HEX #AF9E7C Bronco

📋 copy color: '#AF9E7C'

red 175 ◦ green 158 ◦ blue 124

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

Shades of Bronco #AF9E7C

Tints of Bronco #AF9E7C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.57%

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

R = 38.29%
G = 34.57%
B = 27.13%

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

#AF9E7C (or 0xAF9E7C) is known color: Bronco. HEX triplet: AF, 9E and 7C. RGB value is (175,158,124). Sum of RGB (Red+Green+Blue) = 175+158+124=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E7C is #506183. Grayscale: #9F9F9F. Windows color (decimal): -5267844 or 8167087. OLE color: 8167087.

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

Color convert

RGB 175 158 124 -
CMYK 0 0.10 0.29 0.31
HSL 40º 0.24% 0.59% -
HSV(B) 40º 0.29% 0.69% -
XYZ 33.54 35.02 24.06 -
YUV 159.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 175 158 124 0 0.10 0.29 0.31 40 0.24 0.59
Hex AF 9E 7C 0 A 1D 1F 28 18 3B
Octal 257 236 174 0 12 35 37 50 30 73
Binary 10101111 10011110 1111100 0 1010 11101 11111 101000 11000 111011

Color Harmonies of #AF9E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9E7C

Black with #AF9E7C

Text Example


Text Example

White with #AF9E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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