Html Css Color HEX #A8977F Bronco

📋 copy color: '#A8977F'

red 168 ◦ green 151 ◦ blue 127

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

Shades of Bronco #A8977F

Tints of Bronco #A8977F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.48%

R = 37.67%
G = 33.86%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A8977F (or 0xA8977F) is known color: Bronco. HEX triplet: A8, 97 and 7F. RGB value is (168,151,127). Sum of RGB (Red+Green+Blue) = 168+151+127=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 168 - color contains mainly: red. Hex color #A8977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8977F is #576880. Grayscale: #999999. Windows color (decimal): -5728385 or 8361896. OLE color: 8361896.

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

Color convert

RGB 168 151 127 -
CMYK 0 0.10 0.24 0.34
HSL 35.12º 0.19% 0.58% -
HSV(B) 35.12º 0.24% 0.66% -
XYZ 31.05 31.99 24.62 -
YUV 153.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 168 151 127 0 0.10 0.24 0.34 35.12 0.19 0.58
Hex A8 97 7F 0 A 18 22 23 13 3A
Octal 250 227 177 0 12 30 42 43 23 72
Binary 10101000 10010111 1111111 0 1010 11000 100010 100011 10011 111010

Color Harmonies of #A8977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8977F

Black with #A8977F

Text Example


Text Example

White with #A8977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8977F; }

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

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

background-color css

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

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

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

border-color css

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

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

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