Html Css Color HEX #A45639 Orange Roughy

📋 copy color: '#A45639'

red 164 ◦ green 86 ◦ blue 57

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

Shades of Orange Roughy #A45639

Tints of Orange Roughy #A45639

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.01%

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

R = 53.42%
G = 28.01%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A45639 (or 0xA45639) is known color: Orange Roughy. HEX triplet: A4, 56 and 39. RGB value is (164,86,57). Sum of RGB (Red+Green+Blue) = 164+86+57=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A45639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45639 is #5BA9C6. Grayscale: #6A6A6A. Windows color (decimal): -6007239 or 3757732. OLE color: 3757732.

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

Color convert

RGB 164 86 57 -
CMYK 0 0.48 0.65 0.36
HSL 16.26º 0.48% 0.43% -
HSV(B) 16.26º 0.65% 0.64% -
XYZ 19.38 14.84 5.71 -
YUV 106.02 100.34 169.36 -
System Red Green Blue C M Y K H S L
Decimal 164 86 57 0 0.48 0.65 0.36 16.26 0.48 0.43
Hex A4 56 39 0 30 41 24 10 30 2B
Octal 244 126 71 0 60 101 44 20 60 53
Binary 10100100 1010110 111001 0 110000 1000001 100100 10000 110000 101011

Color Harmonies of #A45639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45639

Black with #A45639

Text Example


Text Example

White with #A45639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45639; }

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

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

background-color css

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

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

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

border-color css

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

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

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