Html Css Color HEX #A4947B Bronco

📋 copy color: '#A4947B'

red 164 ◦ green 148 ◦ blue 123

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

Shades of Bronco #A4947B

Tints of Bronco #A4947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.28%

R = 37.7%
G = 34.02%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4947B (or 0xA4947B) is known color: Bronco. HEX triplet: A4, 94 and 7B. RGB value is (164,148,123). Sum of RGB (Red+Green+Blue) = 164+148+123=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A4947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4947B is #5B6B84. Grayscale: #969696. Windows color (decimal): -5991301 or 8098980. OLE color: 8098980.

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

Color convert

RGB 164 148 123 -
CMYK 0 0.10 0.25 0.36
HSL 36.59º 0.18% 0.56% -
HSV(B) 36.59º 0.25% 0.64% -
XYZ 29.47 30.5 23.07 -
YUV 149.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 164 148 123 0 0.10 0.25 0.36 36.59 0.18 0.56
Hex A4 94 7B 0 A 19 24 25 12 38
Octal 244 224 173 0 12 31 44 45 22 70
Binary 10100100 10010100 1111011 0 1010 11001 100100 100101 10010 111000

Color Harmonies of #A4947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4947B

Black with #A4947B

Text Example


Text Example

White with #A4947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4947B; }

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

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

background-color css

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

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

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

border-color css

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

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

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