Html Css Color HEX #A45037 Orange Roughy

📋 copy color: '#A45037'

red 164 ◦ green 80 ◦ blue 55

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

Shades of Orange Roughy #A45037

Tints of Orange Roughy #A45037

RGB

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

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

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

R = 54.85%
G = 26.76%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A45037 (or 0xA45037) is known color: Orange Roughy. HEX triplet: A4, 50 and 37. RGB value is (164,80,55). Sum of RGB (Red+Green+Blue) = 164+80+55=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A45037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45037 is #5BAFC8. Grayscale: #666666. Windows color (decimal): -6008777 or 3625124. OLE color: 3625124.

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

Color convert

RGB 164 80 55 -
CMYK 0 0.51 0.66 0.36
HSL 13.76º 0.5% 0.43% -
HSV(B) 13.76º 0.66% 0.64% -
XYZ 18.87 13.91 5.3 -
YUV 102.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 164 80 55 0 0.51 0.66 0.36 13.76 0.5 0.43
Hex A4 50 37 0 33 42 24 E 32 2B
Octal 244 120 67 0 63 102 44 16 62 53
Binary 10100100 1010000 110111 0 110011 1000010 100100 1110 110010 101011

Color Harmonies of #A45037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45037

Black with #A45037

Text Example


Text Example

White with #A45037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45037; }

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

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

background-color css

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

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

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

border-color css

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

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

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