Html Css Color HEX #A8957D Bronco

📋 copy color: '#A8957D'

red 168 ◦ green 149 ◦ blue 125

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

Shades of Bronco #A8957D

Tints of Bronco #A8957D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.28%

R = 38.01%
G = 33.71%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8957D (or 0xA8957D) is known color: Bronco. HEX triplet: A8, 95 and 7D. RGB value is (168,149,125). Sum of RGB (Red+Green+Blue) = 168+149+125=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 168 - color contains mainly: red. Hex color #A8957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8957D is #576A82. Grayscale: #989898. Windows color (decimal): -5728899 or 8230312. OLE color: 8230312.

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

Color convert

RGB 168 149 125 -
CMYK 0 0.11 0.26 0.34
HSL 33.49º 0.2% 0.57% -
HSV(B) 33.49º 0.26% 0.66% -
XYZ 30.6 31.3 23.83 -
YUV 151.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 168 149 125 0 0.11 0.26 0.34 33.49 0.2 0.57
Hex A8 95 7D 0 B 1A 22 21 14 39
Octal 250 225 175 0 13 32 42 41 24 71
Binary 10101000 10010101 1111101 0 1011 11010 100010 100001 10100 111001

Color Harmonies of #A8957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8957D

Black with #A8957D

Text Example


Text Example

White with #A8957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8957D; }

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

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

background-color css

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

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

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

border-color css

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

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

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