Html Css Color HEX #A5907A Bronco

📋 copy color: '#A5907A'

red 165 ◦ green 144 ◦ blue 122

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

Shades of Bronco #A5907A

Tints of Bronco #A5907A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.41%

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

R = 38.28%
G = 33.41%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A5907A (or 0xA5907A) is known color: Bronco. HEX triplet: A5, 90 and 7A. RGB value is (165,144,122). Sum of RGB (Red+Green+Blue) = 165+144+122=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A5907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5907A is #5A6F85. Grayscale: #939393. Windows color (decimal): -5926790 or 8032421. OLE color: 8032421.

HSL color Cylindrical-coordinate representation of color #A5907A: hue angle of 30.7º 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 #A5907A is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 144 122 -
CMYK 0 0.13 0.26 0.35
HSL 30.7º 0.19% 0.56% -
HSV(B) 30.7º 0.26% 0.65% -
XYZ 29 29.35 22.55 -
YUV 147.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 165 144 122 0 0.13 0.26 0.35 30.7 0.19 0.56
Hex A5 90 7A 0 D 1A 23 1F 13 38
Octal 245 220 172 0 15 32 43 37 23 70
Binary 10100101 10010000 1111010 0 1101 11010 100011 11111 10011 111000

Color Harmonies of #A5907A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5907A

Black with #A5907A

Text Example


Text Example

White with #A5907A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5907A; }

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

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

background-color css

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

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

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

border-color css

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

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

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