Html Css Color HEX #AC977F Bronco

📋 copy color: '#AC977F'

red 172 ◦ green 151 ◦ blue 127

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

Shades of Bronco #AC977F

Tints of Bronco #AC977F

RGB

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

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

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

R = 38.22%
G = 33.56%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC977F (or 0xAC977F) is known color: Bronco. HEX triplet: AC, 97 and 7F. RGB value is (172,151,127). Sum of RGB (Red+Green+Blue) = 172+151+127=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC977F is #536880. Grayscale: #9A9A9A. Windows color (decimal): -5466241 or 8361900. OLE color: 8361900.

HSL color Cylindrical-coordinate representation of color #AC977F: hue angle of 32º 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 #AC977F is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 151 127 -
CMYK 0 0.12 0.26 0.33
HSL 32º 0.21% 0.59% -
HSV(B) 32º 0.26% 0.67% -
XYZ 31.91 32.44 24.66 -
YUV 154.54 112.46 140.45 -
System Red Green Blue C M Y K H S L
Decimal 172 151 127 0 0.12 0.26 0.33 32 0.21 0.59
Hex AC 97 7F 0 C 1A 21 20 15 3B
Octal 254 227 177 0 14 32 41 40 25 73
Binary 10101100 10010111 1111111 0 1100 11010 100001 100000 10101 111011

Color Harmonies of #AC977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC977F

Black with #AC977F

Text Example


Text Example

White with #AC977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC977F; }

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

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

background-color css

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

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

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

border-color css

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

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

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