Html Css Color HEX #A9967D Bronco

📋 copy color: '#A9967D'

red 169 ◦ green 150 ◦ blue 125

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

Shades of Bronco #A9967D

Tints of Bronco #A9967D

RGB

 RED value IS 169 (66.41% from 255) = 38.06%

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

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

R = 38.06%
G = 33.78%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A9967D (or 0xA9967D) is known color: Bronco. HEX triplet: A9, 96 and 7D. RGB value is (169,150,125). Sum of RGB (Red+Green+Blue) = 169+150+125=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 169 - color contains mainly: red. Hex color #A9967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9967D is #566982. Grayscale: #989898. Windows color (decimal): -5663107 or 8230569. OLE color: 8230569.

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

Color convert

RGB 169 150 125 -
CMYK 0 0.11 0.26 0.34
HSL 34.09º 0.2% 0.58% -
HSV(B) 34.09º 0.26% 0.66% -
XYZ 30.97 31.73 23.89 -
YUV 152.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 169 150 125 0 0.11 0.26 0.34 34.09 0.2 0.58
Hex A9 96 7D 0 B 1A 22 22 14 3A
Octal 251 226 175 0 13 32 42 42 24 72
Binary 10101001 10010110 1111101 0 1011 11010 100010 100010 10100 111010

Color Harmonies of #A9967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9967D

Black with #A9967D

Text Example


Text Example

White with #A9967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9967D; }

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

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

background-color css

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

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

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

border-color css

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

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

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