Html Css Color HEX #A48B35 Reef Gold

📋 copy color: '#A48B35'

red 164 ◦ green 139 ◦ blue 53

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

Shades of Reef Gold #A48B35

Tints of Reef Gold #A48B35

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.04%

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

R = 46.07%
G = 39.04%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A48B35 (or 0xA48B35) is known color: Reef Gold. HEX triplet: A4, 8B and 35. RGB value is (164,139,53). Sum of RGB (Red+Green+Blue) = 164+139+53=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48B35 is #5B74CA. Grayscale: #898989. Windows color (decimal): -5993675 or 3509156. OLE color: 3509156.

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

Color convert

RGB 164 139 53 -
CMYK 0 0.15 0.68 0.36
HSL 46.49º 0.51% 0.43% -
HSV(B) 46.49º 0.68% 0.64% -
XYZ 25.19 26.61 7.18 -
YUV 136.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 164 139 53 0 0.15 0.68 0.36 46.49 0.51 0.43
Hex A4 8B 35 0 F 44 24 2E 33 2B
Octal 244 213 65 0 17 104 44 56 63 53
Binary 10100100 10001011 110101 0 1111 1000100 100100 101110 110011 101011

Color Harmonies of #A48B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48B35

Black with #A48B35

Text Example


Text Example

White with #A48B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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