Html Css Color HEX #A8957E Bronco

📋 copy color: '#A8957E'

red 168 ◦ green 149 ◦ blue 126

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

Shades of Bronco #A8957E

Tints of Bronco #A8957E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.63%

 BLUE value IS 126 (49.61% from 255) = 28.44%

R = 37.92%
G = 33.63%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A8957E (or 0xA8957E) is known color: Bronco. HEX triplet: A8, 95 and 7E. RGB value is (168,149,126). Sum of RGB (Red+Green+Blue) = 168+149+126=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 168 - color contains mainly: red. Hex color #A8957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8957E is #576A81. Grayscale: #989898. Windows color (decimal): -5728898 or 8295848. OLE color: 8295848.

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

Color convert

RGB 168 149 126 -
CMYK 0 0.11 0.25 0.34
HSL 32.86º 0.19% 0.58% -
HSV(B) 32.86º 0.25% 0.66% -
XYZ 30.66 31.33 24.17 -
YUV 152.06 113.29 139.37 -
System Red Green Blue C M Y K H S L
Decimal 168 149 126 0 0.11 0.25 0.34 32.86 0.19 0.58
Hex A8 95 7E 0 B 19 22 21 13 3A
Octal 250 225 176 0 13 31 42 41 23 72
Binary 10101000 10010101 1111110 0 1011 11001 100010 100001 10011 111010

Color Harmonies of #A8957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8957E

Black with #A8957E

Text Example


Text Example

White with #A8957E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8957E; }

 p { color: rgb(168,149,126); }

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

background-color css

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

 a { background-color: rgb(168,149,126); }

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

border-color css

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

 span { border-color: rgb(168,149,126); }

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