Html Css Color HEX #A4967C Bronco

📋 copy color: '#A4967C'

red 164 ◦ green 150 ◦ blue 124

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

Shades of Bronco #A4967C

Tints of Bronco #A4967C

RGB

 RED value IS 164 (64.45% from 255) = 37.44%

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

 BLUE value IS 124 (48.83% from 255) = 28.31%

R = 37.44%
G = 34.25%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4967C (or 0xA4967C) is known color: Bronco. HEX triplet: A4, 96 and 7C. RGB value is (164,150,124). Sum of RGB (Red+Green+Blue) = 164+150+124=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A4967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4967C is #5B6983. Grayscale: #979797. Windows color (decimal): -5990788 or 8165028. OLE color: 8165028.

HSL color Cylindrical-coordinate representation of color #A4967C: hue angle of 39º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4967C is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 150 124 -
CMYK 0 0.09 0.24 0.36
HSL 39º 0.18% 0.56% -
HSV(B) 39º 0.24% 0.64% -
XYZ 29.85 31.16 23.51 -
YUV 151.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 164 150 124 0 0.09 0.24 0.36 39 0.18 0.56
Hex A4 96 7C 0 9 18 24 27 12 38
Octal 244 226 174 0 11 30 44 47 22 70
Binary 10100100 10010110 1111100 0 1001 11000 100100 100111 10010 111000

Color Harmonies of #A4967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4967C

Black with #A4967C

Text Example


Text Example

White with #A4967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4967C; }

 p { color: rgb(164,150,124); }

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

background-color css

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

 a { background-color: rgb(164,150,124); }

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

border-color css

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

 span { border-color: rgb(164,150,124); }

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