Html Css Color HEX #A7967D Bronco

📋 copy color: '#A7967D'

red 167 ◦ green 150 ◦ blue 125

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

Shades of Bronco #A7967D

Tints of Bronco #A7967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.94%

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

R = 37.78%
G = 33.94%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7967D (or 0xA7967D) is known color: Bronco. HEX triplet: A7, 96 and 7D. RGB value is (167,150,125). Sum of RGB (Red+Green+Blue) = 167+150+125=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 167 - color contains mainly: red. Hex color #A7967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7967D is #586982. Grayscale: #989898. Windows color (decimal): -5794179 or 8230567. OLE color: 8230567.

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

Color convert

RGB 167 150 125 -
CMYK 0 0.10 0.25 0.35
HSL 35.71º 0.19% 0.57% -
HSV(B) 35.71º 0.25% 0.65% -
XYZ 30.54 31.51 23.87 -
YUV 152.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 167 150 125 0 0.10 0.25 0.35 35.71 0.19 0.57
Hex A7 96 7D 0 A 19 23 24 13 39
Octal 247 226 175 0 12 31 43 44 23 71
Binary 10100111 10010110 1111101 0 1010 11001 100011 100100 10011 111001

Color Harmonies of #A7967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7967D

Black with #A7967D

Text Example


Text Example

White with #A7967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7967D; }

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

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

background-color css

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

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

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

border-color css

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

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

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