Html Css Color HEX #A8977D Bronco

📋 copy color: '#A8977D'

red 168 ◦ green 151 ◦ blue 125

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

Shades of Bronco #A8977D

Tints of Bronco #A8977D

RGB

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

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

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

R = 37.84%
G = 34.01%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8977D (or 0xA8977D) is known color: Bronco. HEX triplet: A8, 97 and 7D. RGB value is (168,151,125). Sum of RGB (Red+Green+Blue) = 168+151+125=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 168 - color contains mainly: red. Hex color #A8977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8977D is #576882. Grayscale: #999999. Windows color (decimal): -5728387 or 8230824. OLE color: 8230824.

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

Color convert

RGB 168 151 125 -
CMYK 0 0.10 0.26 0.34
HSL 36.28º 0.2% 0.57% -
HSV(B) 36.28º 0.26% 0.66% -
XYZ 30.92 31.94 23.94 -
YUV 153.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 168 151 125 0 0.10 0.26 0.34 36.28 0.2 0.57
Hex A8 97 7D 0 A 1A 22 24 14 39
Octal 250 227 175 0 12 32 42 44 24 71
Binary 10101000 10010111 1111101 0 1010 11010 100010 100100 10100 111001

Color Harmonies of #A8977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8977D

Black with #A8977D

Text Example


Text Example

White with #A8977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8977D; }

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

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

background-color css

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

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

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

border-color css

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

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

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