Html Css Color HEX #AC977A Bronco

📋 copy color: '#AC977A'

red 172 ◦ green 151 ◦ blue 122

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

Shades of Bronco #AC977A

Tints of Bronco #AC977A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.42%

R = 38.65%
G = 33.93%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC977A (or 0xAC977A) is known color: Bronco. HEX triplet: AC, 97 and 7A. RGB value is (172,151,122). Sum of RGB (Red+Green+Blue) = 172+151+122=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC977A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC977A is #536885. Grayscale: #9A9A9A. Windows color (decimal): -5466246 or 8034220. OLE color: 8034220.

HSL color Cylindrical-coordinate representation of color #AC977A: hue angle of 34.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC977A is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 151 122 -
CMYK 0 0.12 0.29 0.33
HSL 34.8º 0.23% 0.58% -
HSV(B) 34.8º 0.29% 0.67% -
XYZ 31.59 32.31 22.98 -
YUV 153.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 172 151 122 0 0.12 0.29 0.33 34.8 0.23 0.58
Hex AC 97 7A 0 C 1D 21 23 17 3A
Octal 254 227 172 0 14 35 41 43 27 72
Binary 10101100 10010111 1111010 0 1100 11101 100001 100011 10111 111010

Color Harmonies of #AC977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC977A

Black with #AC977A

Text Example


Text Example

White with #AC977A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC977A; }

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

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

background-color css

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

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

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

border-color css

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

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

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