Html Css Color HEX #A45337 Orange Roughy

📋 copy color: '#A45337'

red 164 ◦ green 83 ◦ blue 55

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

Shades of Orange Roughy #A45337

Tints of Orange Roughy #A45337

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.48%

 BLUE value IS 55 (21.88% from 255) = 18.21%

R = 54.3%
G = 27.48%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A45337 (or 0xA45337) is known color: Orange Roughy. HEX triplet: A4, 53 and 37. RGB value is (164,83,55). Sum of RGB (Red+Green+Blue) = 164+83+55=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A45337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45337 is #5BACC8. Grayscale: #686868. Windows color (decimal): -6008009 or 3625892. OLE color: 3625892.

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

Color convert

RGB 164 83 55 -
CMYK 0 0.49 0.66 0.36
HSL 15.41º 0.5% 0.43% -
HSV(B) 15.41º 0.66% 0.64% -
XYZ 19.09 14.35 5.38 -
YUV 104.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 164 83 55 0 0.49 0.66 0.36 15.41 0.5 0.43
Hex A4 53 37 0 31 42 24 F 32 2B
Octal 244 123 67 0 61 102 44 17 62 53
Binary 10100100 1010011 110111 0 110001 1000010 100100 1111 110010 101011

Color Harmonies of #A45337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45337

Black with #A45337

Text Example


Text Example

White with #A45337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45337; }

 p { color: rgb(164,83,55); }

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

background-color css

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

 a { background-color: rgb(164,83,55); }

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

border-color css

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

 span { border-color: rgb(164,83,55); }

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