Html Css Color HEX #A89682 Bronco

📋 copy color: '#A89682'

red 168 ◦ green 150 ◦ blue 130

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

Shades of Bronco #A89682

Tints of Bronco #A89682

RGB

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

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

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

R = 37.5%
G = 33.48%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A89682 (or 0xA89682) is known color: Bronco. HEX triplet: A8, 96 and 82. RGB value is (168,150,130). Sum of RGB (Red+Green+Blue) = 168+150+130=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 168 - color contains mainly: red. Hex color #A89682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89682 is #57697D. Grayscale: #999999. Windows color (decimal): -5728638 or 8558248. OLE color: 8558248.

HSL color Cylindrical-coordinate representation of color #A89682: hue angle of 31.58º 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 #A89682 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 150 130 -
CMYK 0 0.11 0.23 0.34
HSL 31.58º 0.18% 0.58% -
HSV(B) 31.58º 0.23% 0.66% -
XYZ 31.08 31.75 25.61 -
YUV 153.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 168 150 130 0 0.11 0.23 0.34 31.58 0.18 0.58
Hex A8 96 82 0 B 17 22 20 12 3A
Octal 250 226 202 0 13 27 42 40 22 72
Binary 10101000 10010110 10000010 0 1011 10111 100010 100000 10010 111010

Color Harmonies of #A89682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89682

Black with #A89682

Text Example


Text Example

White with #A89682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89682; }

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

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

background-color css

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

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

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

border-color css

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

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

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