Html Css Color HEX #A5513A Orange Roughy

📋 copy color: '#A5513A'

red 165 ◦ green 81 ◦ blue 58

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

Shades of Orange Roughy #A5513A

Tints of Orange Roughy #A5513A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.64%

 BLUE value IS 58 (23.05% from 255) = 19.08%

R = 54.28%
G = 26.64%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5513A (or 0xA5513A) is known color: Orange Roughy. HEX triplet: A5, 51 and 3A. RGB value is (165,81,58). Sum of RGB (Red+Green+Blue) = 165+81+58=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A5513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5513A is #5AAEC5. Grayscale: #676767. Windows color (decimal): -5942982 or 3821989. OLE color: 3821989.

HSL color Cylindrical-coordinate representation of color #A5513A: hue angle of 12.9º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5513A is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 81 58 -
CMYK 0 0.51 0.65 0.35
HSL 12.9º 0.48% 0.44% -
HSV(B) 12.9º 0.65% 0.65% -
XYZ 19.22 14.19 5.73 -
YUV 103.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 165 81 58 0 0.51 0.65 0.35 12.9 0.48 0.44
Hex A5 51 3A 0 33 41 23 D 30 2C
Octal 245 121 72 0 63 101 43 15 60 54
Binary 10100101 1010001 111010 0 110011 1000001 100011 1101 110000 101100

Color Harmonies of #A5513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5513A

Black with #A5513A

Text Example


Text Example

White with #A5513A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5513A; }

 p { color: rgb(165,81,58); }

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

background-color css

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

 a { background-color: rgb(165,81,58); }

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

border-color css

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

 span { border-color: rgb(165,81,58); }

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