Html Css Color HEX #AC977B Bronco

📋 copy color: '#AC977B'

red 172 ◦ green 151 ◦ blue 123

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

Shades of Bronco #AC977B

Tints of Bronco #AC977B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.58%

R = 38.57%
G = 33.86%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC977B (or 0xAC977B) is known color: Bronco. HEX triplet: AC, 97 and 7B. RGB value is (172,151,123). Sum of RGB (Red+Green+Blue) = 172+151+123=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC977B is #536884. Grayscale: #9A9A9A. Windows color (decimal): -5466245 or 8099756. OLE color: 8099756.

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

Color convert

RGB 172 151 123 -
CMYK 0 0.12 0.28 0.33
HSL 34.29º 0.23% 0.58% -
HSV(B) 34.29º 0.28% 0.67% -
XYZ 31.66 32.33 23.31 -
YUV 154.09 110.46 140.78 -
System Red Green Blue C M Y K H S L
Decimal 172 151 123 0 0.12 0.28 0.33 34.29 0.23 0.58
Hex AC 97 7B 0 C 1C 21 22 17 3A
Octal 254 227 173 0 14 34 41 42 27 72
Binary 10101100 10010111 1111011 0 1100 11100 100001 100010 10111 111010

Color Harmonies of #AC977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC977B

Black with #AC977B

Text Example


Text Example

White with #AC977B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC977B; }

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

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

background-color css

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

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

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

border-color css

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

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

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