Html Css Color HEX #AC9A78 Bronco

📋 copy color: '#AC9A78'

red 172 ◦ green 154 ◦ blue 120

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

Shades of Bronco #AC9A78

Tints of Bronco #AC9A78

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.53%

 BLUE value IS 120 (47.27% from 255) = 26.91%

R = 38.57%
G = 34.53%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC9A78 (or 0xAC9A78) is known color: Bronco. HEX triplet: AC, 9A and 78. RGB value is (172,154,120). Sum of RGB (Red+Green+Blue) = 172+154+120=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A78 is #536587. Grayscale: #9B9B9B. Windows color (decimal): -5465480 or 7903916. OLE color: 7903916.

HSL color Cylindrical-coordinate representation of color #AC9A78: hue angle of 39.23º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC9A78 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 154 120 -
CMYK 0 0.10 0.30 0.33
HSL 39.23º 0.24% 0.57% -
HSV(B) 39.23º 0.3% 0.67% -
XYZ 31.96 33.24 22.5 -
YUV 155.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 172 154 120 0 0.10 0.30 0.33 39.23 0.24 0.57
Hex AC 9A 78 0 A 1E 21 27 18 39
Octal 254 232 170 0 12 36 41 47 30 71
Binary 10101100 10011010 1111000 0 1010 11110 100001 100111 11000 111001

Color Harmonies of #AC9A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A78

Black with #AC9A78

Text Example


Text Example

White with #AC9A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A78; }

 p { color: rgb(172,154,120); }

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

background-color css

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

 a { background-color: rgb(172,154,120); }

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

border-color css

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

 span { border-color: rgb(172,154,120); }

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