Html Css Color HEX #AF9C7F Bronco

📋 copy color: '#AF9C7F'

red 175 ◦ green 156 ◦ blue 127

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

Shades of Bronco #AF9C7F

Tints of Bronco #AF9C7F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.06%

 BLUE value IS 127 (50% from 255) = 27.73%

R = 38.21%
G = 34.06%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF9C7F (or 0xAF9C7F) is known color: Bronco. HEX triplet: AF, 9C and 7F. RGB value is (175,156,127). Sum of RGB (Red+Green+Blue) = 175+156+127=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C7F is #506380. Grayscale: #9E9E9E. Windows color (decimal): -5268353 or 8363183. OLE color: 8363183.

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

Color convert

RGB 175 156 127 -
CMYK 0 0.11 0.27 0.31
HSL 36.25º 0.23% 0.59% -
HSV(B) 36.25º 0.27% 0.69% -
XYZ 33.4 34.42 24.96 -
YUV 158.38 110.29 139.86 -
System Red Green Blue C M Y K H S L
Decimal 175 156 127 0 0.11 0.27 0.31 36.25 0.23 0.59
Hex AF 9C 7F 0 B 1B 1F 24 17 3B
Octal 257 234 177 0 13 33 37 44 27 73
Binary 10101111 10011100 1111111 0 1011 11011 11111 100100 10111 111011

Color Harmonies of #AF9C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9C7F

Black with #AF9C7F

Text Example


Text Example

White with #AF9C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9C7F; }

 p { color: rgb(175,156,127); }

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

background-color css

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

 a { background-color: rgb(175,156,127); }

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

border-color css

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

 span { border-color: rgb(175,156,127); }

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