Html Css Color HEX #AC997C Bronco

📋 copy color: '#AC997C'

red 172 ◦ green 153 ◦ blue 124

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

Shades of Bronco #AC997C

Tints of Bronco #AC997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.08%

 BLUE value IS 124 (48.83% from 255) = 27.62%

R = 38.31%
G = 34.08%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC997C (or 0xAC997C) is known color: Bronco. HEX triplet: AC, 99 and 7C. RGB value is (172,153,124). Sum of RGB (Red+Green+Blue) = 172+153+124=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC997C is #536683. Grayscale: #9B9B9B. Windows color (decimal): -5465732 or 8165804. OLE color: 8165804.

HSL color Cylindrical-coordinate representation of color #AC997C: hue angle of 36.25º degrees, saturation: 0.22, 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 #AC997C is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 153 124 -
CMYK 0 0.11 0.28 0.33
HSL 36.25º 0.22% 0.58% -
HSV(B) 36.25º 0.28% 0.67% -
XYZ 32.04 33.01 23.75 -
YUV 155.38 110.29 139.86 -
System Red Green Blue C M Y K H S L
Decimal 172 153 124 0 0.11 0.28 0.33 36.25 0.22 0.58
Hex AC 99 7C 0 B 1C 21 24 16 3A
Octal 254 231 174 0 13 34 41 44 26 72
Binary 10101100 10011001 1111100 0 1011 11100 100001 100100 10110 111010

Color Harmonies of #AC997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC997C

Black with #AC997C

Text Example


Text Example

White with #AC997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC997C; }

 p { color: rgb(172,153,124); }

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

background-color css

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

 a { background-color: rgb(172,153,124); }

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

border-color css

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

 span { border-color: rgb(172,153,124); }

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