Html Css Color HEX #A5927A Bronco

📋 copy color: '#A5927A'

red 165 ◦ green 146 ◦ blue 122

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

Shades of Bronco #A5927A

Tints of Bronco #A5927A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.18%

R = 38.11%
G = 33.72%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A5927A (or 0xA5927A) is known color: Bronco. HEX triplet: A5, 92 and 7A. RGB value is (165,146,122). Sum of RGB (Red+Green+Blue) = 165+146+122=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A5927A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5927A is #5A6D85. Grayscale: #959595. Windows color (decimal): -5926278 or 8032933. OLE color: 8032933.

HSL color Cylindrical-coordinate representation of color #A5927A: hue angle of 33.49º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5927A is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 146 122 -
CMYK 0 0.12 0.26 0.35
HSL 33.49º 0.19% 0.56% -
HSV(B) 33.49º 0.26% 0.65% -
XYZ 29.31 29.96 22.65 -
YUV 148.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 165 146 122 0 0.12 0.26 0.35 33.49 0.19 0.56
Hex A5 92 7A 0 C 1A 23 21 13 38
Octal 245 222 172 0 14 32 43 41 23 70
Binary 10100101 10010010 1111010 0 1100 11010 100011 100001 10011 111000

Color Harmonies of #A5927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5927A

Black with #A5927A

Text Example


Text Example

White with #A5927A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5927A; }

 p { color: rgb(165,146,122); }

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

background-color css

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

 a { background-color: rgb(165,146,122); }

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

border-color css

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

 span { border-color: rgb(165,146,122); }

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