Html Css Color HEX #A84A34 Orange Roughy

📋 copy color: '#A84A34'

red 168 ◦ green 74 ◦ blue 52

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

Shades of Orange Roughy #A84A34

Tints of Orange Roughy #A84A34

RGB

 RED value IS 168 (66.02% from 255) = 57.14%

 GREEN value IS 74 (29.3% from 255) = 25.17%

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 57.14%
G = 25.17%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A84A34 (or 0xA84A34) is known color: Orange Roughy. HEX triplet: A8, 4A and 34. RGB value is (168,74,52). Sum of RGB (Red+Green+Blue) = 168+74+52=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84A34 is #57B5CB. Grayscale: #636363. Windows color (decimal): -5748172 or 3426984. OLE color: 3426984.

HSL color Cylindrical-coordinate representation of color #A84A34: hue angle of 11.38º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A84A34 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 74 52 -
CMYK 0 0.56 0.69 0.34
HSL 11.38º 0.53% 0.43% -
HSV(B) 11.38º 0.69% 0.66% -
XYZ 19.22 13.47 4.84 -
YUV 99.6 101.14 176.79 -
System Red Green Blue C M Y K H S L
Decimal 168 74 52 0 0.56 0.69 0.34 11.38 0.53 0.43
Hex A8 4A 34 0 38 45 22 B 35 2B
Octal 250 112 64 0 70 105 42 13 65 53
Binary 10101000 1001010 110100 0 111000 1000101 100010 1011 110101 101011

Color Harmonies of #A84A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84A34

Black with #A84A34

Text Example


Text Example

White with #A84A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84A34; }

 p { color: rgb(168,74,52); }

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

background-color css

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

 a { background-color: rgb(168,74,52); }

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

border-color css

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

 span { border-color: rgb(168,74,52); }

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