Html Css Color HEX #A89782 Bronco

📋 copy color: '#A89782'

red 168 ◦ green 151 ◦ blue 130

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

Shades of Bronco #A89782

Tints of Bronco #A89782

RGB

 RED value IS 168 (66.02% from 255) = 37.42%

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

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

R = 37.42%
G = 33.63%
B = 28.95%

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

#A89782 (or 0xA89782) is known color: Bronco. HEX triplet: A8, 97 and 82. RGB value is (168,151,130). Sum of RGB (Red+Green+Blue) = 168+151+130=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 168 - color contains mainly: red. Hex color #A89782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89782 is #57687D. Grayscale: #999999. Windows color (decimal): -5728382 or 8558504. OLE color: 8558504.

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

Color convert

RGB 168 151 130 -
CMYK 0 0.10 0.23 0.34
HSL 33.16º 0.18% 0.58% -
HSV(B) 33.16º 0.23% 0.66% -
XYZ 31.24 32.07 25.66 -
YUV 153.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 168 151 130 0 0.10 0.23 0.34 33.16 0.18 0.58
Hex A8 97 82 0 A 17 22 21 12 3A
Octal 250 227 202 0 12 27 42 41 22 72
Binary 10101000 10010111 10000010 0 1010 10111 100010 100001 10010 111010

Color Harmonies of #A89782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89782

Black with #A89782

Text Example


Text Example

White with #A89782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89782; }

 p { color: rgb(168,151,130); }

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

background-color css

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

 a { background-color: rgb(168,151,130); }

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

border-color css

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

 span { border-color: rgb(168,151,130); }

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