Html Css Color HEX #A5947F Bronco

📋 copy color: '#A5947F'

red 165 ◦ green 148 ◦ blue 127

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

Shades of Bronco #A5947F

Tints of Bronco #A5947F

RGB

 RED value IS 165 (64.84% from 255) = 37.5%

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

 BLUE value IS 127 (50% from 255) = 28.86%

R = 37.5%
G = 33.64%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5947F (or 0xA5947F) is known color: Bronco. HEX triplet: A5, 94 and 7F. RGB value is (165,148,127). Sum of RGB (Red+Green+Blue) = 165+148+127=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 165 - color contains mainly: red. Hex color #A5947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5947F is #5A6B80. Grayscale: #969696. Windows color (decimal): -5925761 or 8361125. OLE color: 8361125.

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

Color convert

RGB 165 148 127 -
CMYK 0 0.10 0.23 0.35
HSL 33.16º 0.17% 0.57% -
HSV(B) 33.16º 0.23% 0.65% -
XYZ 29.94 30.71 24.43 -
YUV 150.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 165 148 127 0 0.10 0.23 0.35 33.16 0.17 0.57
Hex A5 94 7F 0 A 17 23 21 11 39
Octal 245 224 177 0 12 27 43 41 21 71
Binary 10100101 10010100 1111111 0 1010 10111 100011 100001 10001 111001

Color Harmonies of #A5947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5947F

Black with #A5947F

Text Example


Text Example

White with #A5947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5947F; }

 p { color: rgb(165,148,127); }

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

background-color css

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

 a { background-color: rgb(165,148,127); }

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

border-color css

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

 span { border-color: rgb(165,148,127); }

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