Html Css Color HEX #A34D3B Orange Roughy

📋 copy color: '#A34D3B'

red 163 ◦ green 77 ◦ blue 59

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

Shades of Orange Roughy #A34D3B

Tints of Orange Roughy #A34D3B

RGB

 RED value IS 163 (64.06% from 255) = 54.52%

 GREEN value IS 77 (30.47% from 255) = 25.75%

 BLUE value IS 59 (23.44% from 255) = 19.73%

R = 54.52%
G = 25.75%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A34D3B (or 0xA34D3B) is known color: Orange Roughy. HEX triplet: A3, 4D and 3B. RGB value is (163,77,59). Sum of RGB (Red+Green+Blue) = 163+77+59=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34D3B is #5CB2C4. Grayscale: #646464. Windows color (decimal): -6075077 or 3886499. OLE color: 3886499.

HSL color Cylindrical-coordinate representation of color #A34D3B: hue angle of 10.38º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A34D3B is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 77 59 -
CMYK 0 0.53 0.64 0.36
HSL 10.38º 0.47% 0.44% -
HSV(B) 10.38º 0.64% 0.64% -
XYZ 18.55 13.41 5.75 -
YUV 100.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 163 77 59 0 0.53 0.64 0.36 10.38 0.47 0.44
Hex A3 4D 3B 0 35 40 24 A 2F 2C
Octal 243 115 73 0 65 100 44 12 57 54
Binary 10100011 1001101 111011 0 110101 1000000 100100 1010 101111 101100

Color Harmonies of #A34D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34D3B

Black with #A34D3B

Text Example


Text Example

White with #A34D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34D3B; }

 p { color: rgb(163,77,59); }

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

background-color css

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

 a { background-color: rgb(163,77,59); }

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

border-color css

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

 span { border-color: rgb(163,77,59); }

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