Html Css Color HEX #A99882 Bronco

📋 copy color: '#A99882'

red 169 ◦ green 152 ◦ blue 130

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

Shades of Bronco #A99882

Tints of Bronco #A99882

RGB

 RED value IS 169 (66.41% from 255) = 37.47%

 GREEN value IS 152 (59.77% from 255) = 33.7%

 BLUE value IS 130 (51.17% from 255) = 28.82%

R = 37.47%
G = 33.7%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A99882 (or 0xA99882) is known color: Bronco. HEX triplet: A9, 98 and 82. RGB value is (169,152,130). Sum of RGB (Red+Green+Blue) = 169+152+130=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 169 - color contains mainly: red. Hex color #A99882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99882 is #56677D. Grayscale: #9A9A9A. Windows color (decimal): -5662590 or 8558761. OLE color: 8558761.

HSL color Cylindrical-coordinate representation of color #A99882: hue angle of 33.85º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A99882 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 152 130 -
CMYK 0 0.10 0.23 0.34
HSL 33.85º 0.18% 0.59% -
HSV(B) 33.85º 0.23% 0.66% -
XYZ 31.62 32.5 25.73 -
YUV 154.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 169 152 130 0 0.10 0.23 0.34 33.85 0.18 0.59
Hex A9 98 82 0 A 17 22 22 12 3B
Octal 251 230 202 0 12 27 42 42 22 73
Binary 10101001 10011000 10000010 0 1010 10111 100010 100010 10010 111011

Color Harmonies of #A99882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99882

Black with #A99882

Text Example


Text Example

White with #A99882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99882; }

 p { color: rgb(169,152,130); }

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

background-color css

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

 a { background-color: rgb(169,152,130); }

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

border-color css

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

 span { border-color: rgb(169,152,130); }

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