Html Css Color HEX #A4917E Bronco

📋 copy color: '#A4917E'

red 164 ◦ green 145 ◦ blue 126

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

Shades of Bronco #A4917E

Tints of Bronco #A4917E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.33%

 BLUE value IS 126 (49.61% from 255) = 28.97%

R = 37.7%
G = 33.33%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4917E (or 0xA4917E) is known color: Bronco. HEX triplet: A4, 91 and 7E. RGB value is (164,145,126). Sum of RGB (Red+Green+Blue) = 164+145+126=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A4917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4917E is #5B6E81. Grayscale: #949494. Windows color (decimal): -5992066 or 8294820. OLE color: 8294820.

HSL color Cylindrical-coordinate representation of color #A4917E: hue angle of 30º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4917E is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 145 126 -
CMYK 0 0.12 0.23 0.36
HSL 30º 0.17% 0.57% -
HSV(B) 30º 0.23% 0.64% -
XYZ 29.2 29.65 23.92 -
YUV 148.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 164 145 126 0 0.12 0.23 0.36 30 0.17 0.57
Hex A4 91 7E 0 C 17 24 1E 11 39
Octal 244 221 176 0 14 27 44 36 21 71
Binary 10100100 10010001 1111110 0 1100 10111 100100 11110 10001 111001

Color Harmonies of #A4917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4917E

Black with #A4917E

Text Example


Text Example

White with #A4917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4917E; }

 p { color: rgb(164,145,126); }

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

background-color css

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

 a { background-color: rgb(164,145,126); }

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

border-color css

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

 span { border-color: rgb(164,145,126); }

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