Html Css Color HEX #A99784 Bronco

📋 copy color: '#A99784'

red 169 ◦ green 151 ◦ blue 132

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

Shades of Bronco #A99784

Tints of Bronco #A99784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.2%

R = 37.39%
G = 33.41%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#A99784 (or 0xA99784) is known color: Bronco. HEX triplet: A9, 97 and 84. RGB value is (169,151,132). Sum of RGB (Red+Green+Blue) = 169+151+132=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 169 - color contains mainly: red. Hex color #A99784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99784 is #56687B. Grayscale: #9A9A9A. Windows color (decimal): -5662844 or 8689577. OLE color: 8689577.

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

Color convert

RGB 169 151 132 -
CMYK 0 0.11 0.22 0.34
HSL 30.81º 0.18% 0.59% -
HSV(B) 30.81º 0.22% 0.66% -
XYZ 31.59 32.23 26.39 -
YUV 154.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 169 151 132 0 0.11 0.22 0.34 30.81 0.18 0.59
Hex A9 97 84 0 B 16 22 1F 12 3B
Octal 251 227 204 0 13 26 42 37 22 73
Binary 10101001 10010111 10000100 0 1011 10110 100010 11111 10010 111011

Color Harmonies of #A99784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99784

Black with #A99784

Text Example


Text Example

White with #A99784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99784; }

 p { color: rgb(169,151,132); }

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

background-color css

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

 a { background-color: rgb(169,151,132); }

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

border-color css

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

 span { border-color: rgb(169,151,132); }

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