Html Css Color HEX #A8937D Bronco

📋 copy color: '#A8937D'

red 168 ◦ green 147 ◦ blue 125

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

Shades of Bronco #A8937D

Tints of Bronco #A8937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.41%

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

R = 38.18%
G = 33.41%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8937D (or 0xA8937D) is known color: Bronco. HEX triplet: A8, 93 and 7D. RGB value is (168,147,125). Sum of RGB (Red+Green+Blue) = 168+147+125=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 168 - color contains mainly: red. Hex color #A8937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8937D is #576C82. Grayscale: #969696. Windows color (decimal): -5729411 or 8229800. OLE color: 8229800.

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

Color convert

RGB 168 147 125 -
CMYK 0 0.13 0.26 0.34
HSL 30.7º 0.2% 0.57% -
HSV(B) 30.7º 0.26% 0.66% -
XYZ 30.28 30.67 23.73 -
YUV 150.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 168 147 125 0 0.13 0.26 0.34 30.7 0.2 0.57
Hex A8 93 7D 0 D 1A 22 1F 14 39
Octal 250 223 175 0 15 32 42 37 24 71
Binary 10101000 10010011 1111101 0 1101 11010 100010 11111 10100 111001

Color Harmonies of #A8937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8937D

Black with #A8937D

Text Example


Text Example

White with #A8937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8937D; }

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

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

background-color css

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

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

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

border-color css

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

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

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