Html Css Color HEX #AC977E Bronco

📋 copy color: '#AC977E'

red 172 ◦ green 151 ◦ blue 126

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

Shades of Bronco #AC977E

Tints of Bronco #AC977E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.06%

R = 38.31%
G = 33.63%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC977E (or 0xAC977E) is known color: Bronco. HEX triplet: AC, 97 and 7E. RGB value is (172,151,126). Sum of RGB (Red+Green+Blue) = 172+151+126=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC977E is #536881. Grayscale: #9A9A9A. Windows color (decimal): -5466242 or 8296364. OLE color: 8296364.

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

Color convert

RGB 172 151 126 -
CMYK 0 0.12 0.27 0.33
HSL 32.61º 0.22% 0.58% -
HSV(B) 32.61º 0.27% 0.67% -
XYZ 31.85 32.41 24.32 -
YUV 154.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 172 151 126 0 0.12 0.27 0.33 32.61 0.22 0.58
Hex AC 97 7E 0 C 1B 21 21 16 3A
Octal 254 227 176 0 14 33 41 41 26 72
Binary 10101100 10010111 1111110 0 1100 11011 100001 100001 10110 111010

Color Harmonies of #AC977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC977E

Black with #AC977E

Text Example


Text Example

White with #AC977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC977E; }

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

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

background-color css

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

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

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

border-color css

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

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

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