Html Css Color HEX #A7957D Bronco

📋 copy color: '#A7957D'

red 167 ◦ green 149 ◦ blue 125

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

Shades of Bronco #A7957D

Tints of Bronco #A7957D

RGB

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

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

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

R = 37.87%
G = 33.79%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7957D (or 0xA7957D) is known color: Bronco. HEX triplet: A7, 95 and 7D. RGB value is (167,149,125). Sum of RGB (Red+Green+Blue) = 167+149+125=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 167 - color contains mainly: red. Hex color #A7957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7957D is #586A82. Grayscale: #979797. Windows color (decimal): -5794435 or 8230311. OLE color: 8230311.

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

Color convert

RGB 167 149 125 -
CMYK 0 0.11 0.25 0.35
HSL 34.29º 0.19% 0.57% -
HSV(B) 34.29º 0.25% 0.65% -
XYZ 30.39 31.19 23.82 -
YUV 151.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 167 149 125 0 0.11 0.25 0.35 34.29 0.19 0.57
Hex A7 95 7D 0 B 19 23 22 13 39
Octal 247 225 175 0 13 31 43 42 23 71
Binary 10100111 10010101 1111101 0 1011 11001 100011 100010 10011 111001

Color Harmonies of #A7957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7957D

Black with #A7957D

Text Example


Text Example

White with #A7957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7957D; }

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

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

background-color css

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

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

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

border-color css

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

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

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