Html Css Color HEX #AC9775 Bronco

📋 copy color: '#AC9775'

red 172 ◦ green 151 ◦ blue 117

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

Shades of Bronco #AC9775

Tints of Bronco #AC9775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.59%

R = 39.09%
G = 34.32%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC9775 (or 0xAC9775) is known color: Bronco. HEX triplet: AC, 97 and 75. RGB value is (172,151,117). Sum of RGB (Red+Green+Blue) = 172+151+117=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9775 is #53688A. Grayscale: #999999. Windows color (decimal): -5466251 or 7706540. OLE color: 7706540.

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

Color convert

RGB 172 151 117 -
CMYK 0 0.12 0.32 0.33
HSL 37.09º 0.25% 0.57% -
HSV(B) 37.09º 0.32% 0.67% -
XYZ 31.29 32.19 21.39 -
YUV 153.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 172 151 117 0 0.12 0.32 0.33 37.09 0.25 0.57
Hex AC 97 75 0 C 20 21 25 19 39
Octal 254 227 165 0 14 40 41 45 31 71
Binary 10101100 10010111 1110101 0 1100 100000 100001 100101 11001 111001

Color Harmonies of #AC9775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9775

Black with #AC9775

Text Example


Text Example

White with #AC9775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9775; }

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

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

background-color css

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

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

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

border-color css

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

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

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