Html Css Color HEX #A7957A Bronco

📋 copy color: '#A7957A'

red 167 ◦ green 149 ◦ blue 122

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

Shades of Bronco #A7957A

Tints of Bronco #A7957A

RGB

 RED value IS 167 (65.63% from 255) = 38.13%

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

 BLUE value IS 122 (48.05% from 255) = 27.85%

R = 38.13%
G = 34.02%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A7957A (or 0xA7957A) is known color: Bronco. HEX triplet: A7, 95 and 7A. RGB value is (167,149,122). Sum of RGB (Red+Green+Blue) = 167+149+122=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 167 - color contains mainly: red. Hex color #A7957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7957A is #586A85. Grayscale: #979797. Windows color (decimal): -5794438 or 8033703. OLE color: 8033703.

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

Color convert

RGB 167 149 122 -
CMYK 0 0.11 0.27 0.35
HSL 36º 0.2% 0.57% -
HSV(B) 36º 0.27% 0.65% -
XYZ 30.2 31.12 22.83 -
YUV 151.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 167 149 122 0 0.11 0.27 0.35 36 0.2 0.57
Hex A7 95 7A 0 B 1B 23 24 14 39
Octal 247 225 172 0 13 33 43 44 24 71
Binary 10100111 10010101 1111010 0 1011 11011 100011 100100 10100 111001

Color Harmonies of #A7957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7957A

Black with #A7957A

Text Example


Text Example

White with #A7957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7957A; }

 p { color: rgb(167,149,122); }

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

background-color css

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

 a { background-color: rgb(167,149,122); }

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

border-color css

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

 span { border-color: rgb(167,149,122); }

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