Html Css Color HEX #A4513B Orange Roughy

📋 copy color: '#A4513B'

red 164 ◦ green 81 ◦ blue 59

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

Shades of Orange Roughy #A4513B

Tints of Orange Roughy #A4513B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.41%

R = 53.95%
G = 26.64%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A4513B (or 0xA4513B) is known color: Orange Roughy. HEX triplet: A4, 51 and 3B. RGB value is (164,81,59). Sum of RGB (Red+Green+Blue) = 164+81+59=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A4513B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4513B is #5BAEC4. Grayscale: #676767. Windows color (decimal): -6008517 or 3887524. OLE color: 3887524.

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

Color convert

RGB 164 81 59 -
CMYK 0 0.51 0.64 0.36
HSL 12.57º 0.47% 0.44% -
HSV(B) 12.57º 0.64% 0.64% -
XYZ 19.04 14.09 5.85 -
YUV 103.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 164 81 59 0 0.51 0.64 0.36 12.57 0.47 0.44
Hex A4 51 3B 0 33 40 24 D 2F 2C
Octal 244 121 73 0 63 100 44 15 57 54
Binary 10100100 1010001 111011 0 110011 1000000 100100 1101 101111 101100

Color Harmonies of #A4513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4513B

Black with #A4513B

Text Example


Text Example

White with #A4513B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4513B; }

 p { color: rgb(164,81,59); }

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

background-color css

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

 a { background-color: rgb(164,81,59); }

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

border-color css

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

 span { border-color: rgb(164,81,59); }

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