Html Css Color HEX #A4927F Bronco

📋 copy color: '#A4927F'

red 164 ◦ green 146 ◦ blue 127

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

Shades of Bronco #A4927F

Tints of Bronco #A4927F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.41%

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

R = 37.53%
G = 33.41%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4927F (or 0xA4927F) is known color: Bronco. HEX triplet: A4, 92 and 7F. RGB value is (164,146,127). Sum of RGB (Red+Green+Blue) = 164+146+127=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A4927F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4927F is #5B6D80. Grayscale: #959595. Windows color (decimal): -5991809 or 8360612. OLE color: 8360612.

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

Color convert

RGB 164 146 127 -
CMYK 0 0.11 0.23 0.36
HSL 30.81º 0.17% 0.57% -
HSV(B) 30.81º 0.23% 0.64% -
XYZ 29.42 29.98 24.32 -
YUV 149.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 164 146 127 0 0.11 0.23 0.36 30.81 0.17 0.57
Hex A4 92 7F 0 B 17 24 1F 11 39
Octal 244 222 177 0 13 27 44 37 21 71
Binary 10100100 10010010 1111111 0 1011 10111 100100 11111 10001 111001

Color Harmonies of #A4927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4927F

Black with #A4927F

Text Example


Text Example

White with #A4927F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4927F; }

 p { color: rgb(164,146,127); }

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

background-color css

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

 a { background-color: rgb(164,146,127); }

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

border-color css

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

 span { border-color: rgb(164,146,127); }

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