Html Css Color HEX #A5907B Bronco

📋 copy color: '#A5907B'

red 165 ◦ green 144 ◦ blue 123

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

Shades of Bronco #A5907B

Tints of Bronco #A5907B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.47%

R = 38.19%
G = 33.33%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5907B (or 0xA5907B) is known color: Bronco. HEX triplet: A5, 90 and 7B. RGB value is (165,144,123). Sum of RGB (Red+Green+Blue) = 165+144+123=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A5907B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5907B is #5A6F84. Grayscale: #939393. Windows color (decimal): -5926789 or 8097957. OLE color: 8097957.

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

Color convert

RGB 165 144 123 -
CMYK 0 0.13 0.25 0.35
HSL 30º 0.19% 0.56% -
HSV(B) 30º 0.25% 0.65% -
XYZ 29.07 29.38 22.88 -
YUV 147.89 113.96 140.21 -
System Red Green Blue C M Y K H S L
Decimal 165 144 123 0 0.13 0.25 0.35 30 0.19 0.56
Hex A5 90 7B 0 D 19 23 1E 13 38
Octal 245 220 173 0 15 31 43 36 23 70
Binary 10100101 10010000 1111011 0 1101 11001 100011 11110 10011 111000

Color Harmonies of #A5907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5907B

Black with #A5907B

Text Example


Text Example

White with #A5907B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5907B; }

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

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

background-color css

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

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

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

border-color css

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

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

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