Html Css Color HEX #A4947E Bronco

📋 copy color: '#A4947E'

red 164 ◦ green 148 ◦ blue 126

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

Shades of Bronco #A4947E

Tints of Bronco #A4947E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.79%

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

R = 37.44%
G = 33.79%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4947E (or 0xA4947E) is known color: Bronco. HEX triplet: A4, 94 and 7E. RGB value is (164,148,126). Sum of RGB (Red+Green+Blue) = 164+148+126=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A4947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4947E is #5B6B81. Grayscale: #969696. Windows color (decimal): -5991298 or 8295588. OLE color: 8295588.

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

Color convert

RGB 164 148 126 -
CMYK 0 0.10 0.23 0.36
HSL 34.74º 0.17% 0.57% -
HSV(B) 34.74º 0.23% 0.64% -
XYZ 29.67 30.58 24.08 -
YUV 150.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 164 148 126 0 0.10 0.23 0.36 34.74 0.17 0.57
Hex A4 94 7E 0 A 17 24 23 11 39
Octal 244 224 176 0 12 27 44 43 21 71
Binary 10100100 10010100 1111110 0 1010 10111 100100 100011 10001 111001

Color Harmonies of #A4947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4947E

Black with #A4947E

Text Example


Text Example

White with #A4947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4947E; }

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

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

background-color css

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

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

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

border-color css

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

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

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