Html Css Color HEX #A48535 Reef Gold

📋 copy color: '#A48535'

red 164 ◦ green 133 ◦ blue 53

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

Shades of Reef Gold #A48535

Tints of Reef Gold #A48535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38%

 BLUE value IS 53 (21.09% from 255) = 15.14%

R = 46.86%
G = 38%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A48535 (or 0xA48535) is known color: Reef Gold. HEX triplet: A4, 85 and 35. RGB value is (164,133,53). Sum of RGB (Red+Green+Blue) = 164+133+53=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A48535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48535 is #5B7ACA. Grayscale: #858585. Windows color (decimal): -5995211 or 3507620. OLE color: 3507620.

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

Color convert

RGB 164 133 53 -
CMYK 0 0.19 0.68 0.36
HSL 43.24º 0.51% 0.43% -
HSV(B) 43.24º 0.68% 0.64% -
XYZ 24.34 24.92 6.9 -
YUV 133.15 82.77 150 -
System Red Green Blue C M Y K H S L
Decimal 164 133 53 0 0.19 0.68 0.36 43.24 0.51 0.43
Hex A4 85 35 0 13 44 24 2B 33 2B
Octal 244 205 65 0 23 104 44 53 63 53
Binary 10100100 10000101 110101 0 10011 1000100 100100 101011 110011 101011

Color Harmonies of #A48535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48535

Black with #A48535

Text Example


Text Example

White with #A48535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48535; }

 p { color: rgb(164,133,53); }

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

background-color css

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

 a { background-color: rgb(164,133,53); }

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

border-color css

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

 span { border-color: rgb(164,133,53); }

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