Html Css Color HEX #A8997B Bronco

📋 copy color: '#A8997B'

red 168 ◦ green 153 ◦ blue 123

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

Shades of Bronco #A8997B

Tints of Bronco #A8997B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.46%

 BLUE value IS 123 (48.44% from 255) = 27.7%

R = 37.84%
G = 34.46%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8997B (or 0xA8997B) is known color: Bronco. HEX triplet: A8, 99 and 7B. RGB value is (168,153,123). Sum of RGB (Red+Green+Blue) = 168+153+123=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 168 - color contains mainly: red. Hex color #A8997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8997B is #576684. Grayscale: #9A9A9A. Windows color (decimal): -5727877 or 8100264. OLE color: 8100264.

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

Color convert

RGB 168 153 123 -
CMYK 0 0.09 0.27 0.34
HSL 40º 0.21% 0.57% -
HSV(B) 40º 0.27% 0.66% -
XYZ 31.11 32.54 23.38 -
YUV 154.07 110.47 137.94 -
System Red Green Blue C M Y K H S L
Decimal 168 153 123 0 0.09 0.27 0.34 40 0.21 0.57
Hex A8 99 7B 0 9 1B 22 28 15 39
Octal 250 231 173 0 11 33 42 50 25 71
Binary 10101000 10011001 1111011 0 1001 11011 100010 101000 10101 111001

Color Harmonies of #A8997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8997B

Black with #A8997B

Text Example


Text Example

White with #A8997B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8997B; }

 p { color: rgb(168,153,123); }

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

background-color css

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

 a { background-color: rgb(168,153,123); }

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

border-color css

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

 span { border-color: rgb(168,153,123); }

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