Html Css Color HEX #A45139 Orange Roughy

📋 copy color: '#A45139'

red 164 ◦ green 81 ◦ blue 57

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

Shades of Orange Roughy #A45139

Tints of Orange Roughy #A45139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.87%

R = 54.3%
G = 26.82%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A45139 (or 0xA45139) is known color: Orange Roughy. HEX triplet: A4, 51 and 39. RGB value is (164,81,57). Sum of RGB (Red+Green+Blue) = 164+81+57=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A45139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45139 is #5BAEC6. Grayscale: #676767. Windows color (decimal): -6008519 or 3756452. OLE color: 3756452.

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

Color convert

RGB 164 81 57 -
CMYK 0 0.51 0.65 0.36
HSL 13.46º 0.48% 0.43% -
HSV(B) 13.46º 0.65% 0.64% -
XYZ 18.99 14.07 5.59 -
YUV 103.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 164 81 57 0 0.51 0.65 0.36 13.46 0.48 0.43
Hex A4 51 39 0 33 41 24 D 30 2B
Octal 244 121 71 0 63 101 44 15 60 53
Binary 10100100 1010001 111001 0 110011 1000001 100100 1101 110000 101011

Color Harmonies of #A45139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45139

Black with #A45139

Text Example


Text Example

White with #A45139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45139; }

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

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

background-color css

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

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

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

border-color css

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

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

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