Html Css Color HEX #AC9B7F Bronco

📋 copy color: '#AC9B7F'

red 172 ◦ green 155 ◦ blue 127

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

Shades of Bronco #AC9B7F

Tints of Bronco #AC9B7F

RGB

 RED value IS 172 (67.58% from 255) = 37.89%

 GREEN value IS 155 (60.94% from 255) = 34.14%

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

R = 37.89%
G = 34.14%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC9B7F (or 0xAC9B7F) is known color: Bronco. HEX triplet: AC, 9B and 7F. RGB value is (172,155,127). Sum of RGB (Red+Green+Blue) = 172+155+127=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9B7F is #536480. Grayscale: #9D9D9D. Windows color (decimal): -5465217 or 8362924. OLE color: 8362924.

HSL color Cylindrical-coordinate representation of color #AC9B7F: hue angle of 37.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC9B7F is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 155 127 -
CMYK 0 0.10 0.26 0.33
HSL 37.33º 0.21% 0.59% -
HSV(B) 37.33º 0.26% 0.67% -
XYZ 32.57 33.75 24.88 -
YUV 156.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 172 155 127 0 0.10 0.26 0.33 37.33 0.21 0.59
Hex AC 9B 7F 0 A 1A 21 25 15 3B
Octal 254 233 177 0 12 32 41 45 25 73
Binary 10101100 10011011 1111111 0 1010 11010 100001 100101 10101 111011

Color Harmonies of #AC9B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9B7F

Black with #AC9B7F

Text Example


Text Example

White with #AC9B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9B7F; }

 p { color: rgb(172,155,127); }

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

background-color css

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

 a { background-color: rgb(172,155,127); }

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

border-color css

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

 span { border-color: rgb(172,155,127); }

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