Html Css Color HEX #A2957F Bronco

📋 copy color: '#A2957F'

red 162 ◦ green 149 ◦ blue 127

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

Shades of Bronco #A2957F

Tints of Bronco #A2957F

RGB

 RED value IS 162 (63.67% from 255) = 36.99%

 GREEN value IS 149 (58.59% from 255) = 34.02%

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

R = 36.99%
G = 34.02%
B = 29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2957F (or 0xA2957F) is known color: Bronco. HEX triplet: A2, 95 and 7F. RGB value is (162,149,127). Sum of RGB (Red+Green+Blue) = 162+149+127=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 162 - color contains mainly: red. Hex color #A2957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2957F is #5D6A80. Grayscale: #969696. Windows color (decimal): -6122113 or 8361378. OLE color: 8361378.

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

Color convert

RGB 162 149 127 -
CMYK 0 0.08 0.22 0.36
HSL 37.71º 0.16% 0.57% -
HSV(B) 37.71º 0.22% 0.64% -
XYZ 29.48 30.71 24.45 -
YUV 150.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 162 149 127 0 0.08 0.22 0.36 37.71 0.16 0.57
Hex A2 95 7F 0 8 16 24 26 10 39
Octal 242 225 177 0 10 26 44 46 20 71
Binary 10100010 10010101 1111111 0 1000 10110 100100 100110 10000 111001

Color Harmonies of #A2957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2957F

Black with #A2957F

Text Example


Text Example

White with #A2957F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2957F; }

 p { color: rgb(162,149,127); }

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

background-color css

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

 a { background-color: rgb(162,149,127); }

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

border-color css

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

 span { border-color: rgb(162,149,127); }

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