Html Css Color HEX #A45039 Orange Roughy

📋 copy color: '#A45039'

red 164 ◦ green 80 ◦ blue 57

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

Shades of Orange Roughy #A45039

Tints of Orange Roughy #A45039

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.58%

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

R = 54.49%
G = 26.58%
B = 18.94%

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

#A45039 (or 0xA45039) is known color: Orange Roughy. HEX triplet: A4, 50 and 39. RGB value is (164,80,57). Sum of RGB (Red+Green+Blue) = 164+80+57=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A45039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45039 is #5BAFC6. Grayscale: #666666. Windows color (decimal): -6008775 or 3756196. OLE color: 3756196.

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

Color convert

RGB 164 80 57 -
CMYK 0 0.51 0.65 0.36
HSL 12.9º 0.48% 0.43% -
HSV(B) 12.9º 0.65% 0.64% -
XYZ 18.92 13.93 5.56 -
YUV 102.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 164 80 57 0 0.51 0.65 0.36 12.9 0.48 0.43
Hex A4 50 39 0 33 41 24 D 30 2B
Octal 244 120 71 0 63 101 44 15 60 53
Binary 10100100 1010000 111001 0 110011 1000001 100100 1101 110000 101011

Color Harmonies of #A45039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45039

Black with #A45039

Text Example


Text Example

White with #A45039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45039; }

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

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

background-color css

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

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

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

border-color css

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

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

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