Html Css Color HEX #AC977D Bronco

📋 copy color: '#AC977D'

red 172 ◦ green 151 ◦ blue 125

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

Shades of Bronco #AC977D

Tints of Bronco #AC977D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.9%

R = 38.39%
G = 33.71%
B = 27.9%

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

#AC977D (or 0xAC977D) is known color: Bronco. HEX triplet: AC, 97 and 7D. RGB value is (172,151,125). Sum of RGB (Red+Green+Blue) = 172+151+125=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC977D is #536882. Grayscale: #9A9A9A. Windows color (decimal): -5466243 or 8230828. OLE color: 8230828.

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

Color convert

RGB 172 151 125 -
CMYK 0 0.12 0.27 0.33
HSL 33.19º 0.22% 0.58% -
HSV(B) 33.19º 0.27% 0.67% -
XYZ 31.78 32.38 23.98 -
YUV 154.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 172 151 125 0 0.12 0.27 0.33 33.19 0.22 0.58
Hex AC 97 7D 0 C 1B 21 21 16 3A
Octal 254 227 175 0 14 33 41 41 26 72
Binary 10101100 10010111 1111101 0 1100 11011 100001 100001 10110 111010

Color Harmonies of #AC977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC977D

Black with #AC977D

Text Example


Text Example

White with #AC977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC977D; }

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

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

background-color css

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

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

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

border-color css

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

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

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