Html Css Color HEX #AC967A Bronco

📋 copy color: '#AC967A'

red 172 ◦ green 150 ◦ blue 122

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

Shades of Bronco #AC967A

Tints of Bronco #AC967A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.78%

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

R = 38.74%
G = 33.78%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC967A (or 0xAC967A) is known color: Bronco. HEX triplet: AC, 96 and 7A. RGB value is (172,150,122). Sum of RGB (Red+Green+Blue) = 172+150+122=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC967A is #536985. Grayscale: #999999. Windows color (decimal): -5466502 or 8033964. OLE color: 8033964.

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

Color convert

RGB 172 150 122 -
CMYK 0 0.13 0.29 0.33
HSL 33.6º 0.23% 0.58% -
HSV(B) 33.6º 0.29% 0.67% -
XYZ 31.43 31.99 22.93 -
YUV 153.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 172 150 122 0 0.13 0.29 0.33 33.6 0.23 0.58
Hex AC 96 7A 0 D 1D 21 22 17 3A
Octal 254 226 172 0 15 35 41 42 27 72
Binary 10101100 10010110 1111010 0 1101 11101 100001 100010 10111 111010

Color Harmonies of #AC967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC967A

Black with #AC967A

Text Example


Text Example

White with #AC967A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC967A; }

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

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

background-color css

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

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

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

border-color css

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

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

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