Html Css Color HEX #A45239 Orange Roughy

📋 copy color: '#A45239'

red 164 ◦ green 82 ◦ blue 57

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

Shades of Orange Roughy #A45239

Tints of Orange Roughy #A45239

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.06%

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

R = 54.13%
G = 27.06%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A45239 (or 0xA45239) is known color: Orange Roughy. HEX triplet: A4, 52 and 39. RGB value is (164,82,57). Sum of RGB (Red+Green+Blue) = 164+82+57=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A45239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45239 is #5BADC6. Grayscale: #676767. Windows color (decimal): -6008263 or 3756708. OLE color: 3756708.

HSL color Cylindrical-coordinate representation of color #A45239: hue angle of 14.02º 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 #A45239 is Cyan = 0, Magento = 0.5, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 82 57 -
CMYK 0 0.5 0.65 0.36
HSL 14.02º 0.48% 0.43% -
HSV(B) 14.02º 0.65% 0.64% -
XYZ 19.07 14.22 5.61 -
YUV 103.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 164 82 57 0 0.5 0.65 0.36 14.02 0.48 0.43
Hex A4 52 39 0 32 41 24 E 30 2B
Octal 244 122 71 0 62 101 44 16 60 53
Binary 10100100 1010010 111001 0 110010 1000001 100100 1110 110000 101011

Color Harmonies of #A45239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45239

Black with #A45239

Text Example


Text Example

White with #A45239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45239; }

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

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

background-color css

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

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

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

border-color css

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

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

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