Html Css Color HEX #A48533 Reef Gold

📋 copy color: '#A48533'

red 164 ◦ green 133 ◦ blue 51

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

Shades of Reef Gold #A48533

Tints of Reef Gold #A48533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.66%

R = 47.13%
G = 38.22%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A48533 (or 0xA48533) is known color: Reef Gold. HEX triplet: A4, 85 and 33. RGB value is (164,133,51). Sum of RGB (Red+Green+Blue) = 164+133+51=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A48533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48533 is #5B7ACC. Grayscale: #858585. Windows color (decimal): -5995213 or 3376548. OLE color: 3376548.

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

Color convert

RGB 164 133 51 -
CMYK 0 0.19 0.69 0.36
HSL 43.54º 0.53% 0.42% -
HSV(B) 43.54º 0.69% 0.64% -
XYZ 24.29 24.91 6.66 -
YUV 132.92 81.77 150.17 -
System Red Green Blue C M Y K H S L
Decimal 164 133 51 0 0.19 0.69 0.36 43.54 0.53 0.42
Hex A4 85 33 0 13 45 24 2C 35 2A
Octal 244 205 63 0 23 105 44 54 65 52
Binary 10100100 10000101 110011 0 10011 1000101 100100 101100 110101 101010

Color Harmonies of #A48533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48533

Black with #A48533

Text Example


Text Example

White with #A48533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48533; }

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

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

background-color css

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

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

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

border-color css

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

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

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