Html Css Color HEX #AC9A7A Bronco

📋 copy color: '#AC9A7A'

red 172 ◦ green 154 ◦ blue 122

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

Shades of Bronco #AC9A7A

Tints of Bronco #AC9A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.23%

R = 38.39%
G = 34.38%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC9A7A (or 0xAC9A7A) is known color: Bronco. HEX triplet: AC, 9A and 7A. RGB value is (172,154,122). Sum of RGB (Red+Green+Blue) = 172+154+122=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A7A is #536585. Grayscale: #9B9B9B. Windows color (decimal): -5465478 or 8034988. OLE color: 8034988.

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

Color convert

RGB 172 154 122 -
CMYK 0 0.10 0.29 0.33
HSL 38.4º 0.23% 0.58% -
HSV(B) 38.4º 0.29% 0.67% -
XYZ 32.08 33.29 23.15 -
YUV 155.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 172 154 122 0 0.10 0.29 0.33 38.4 0.23 0.58
Hex AC 9A 7A 0 A 1D 21 26 17 3A
Octal 254 232 172 0 12 35 41 46 27 72
Binary 10101100 10011010 1111010 0 1010 11101 100001 100110 10111 111010

Color Harmonies of #AC9A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A7A

Black with #AC9A7A

Text Example


Text Example

White with #AC9A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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