Html Css Color HEX #A38A34 Reef Gold

📋 copy color: '#A38A34'

red 163 ◦ green 138 ◦ blue 52

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

Shades of Reef Gold #A38A34

Tints of Reef Gold #A38A34

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.09%

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

R = 46.18%
G = 39.09%
B = 14.73%

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

#A38A34 (or 0xA38A34) is known color: Reef Gold. HEX triplet: A3, 8A and 34. RGB value is (163,138,52). Sum of RGB (Red+Green+Blue) = 163+138+52=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38A34 is #5C75CB. Grayscale: #888888. Windows color (decimal): -6059468 or 3443363. OLE color: 3443363.

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

Color convert

RGB 163 138 52 -
CMYK 0 0.15 0.68 0.36
HSL 46.49º 0.52% 0.42% -
HSV(B) 46.49º 0.68% 0.64% -
XYZ 24.81 26.21 7 -
YUV 135.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 163 138 52 0 0.15 0.68 0.36 46.49 0.52 0.42
Hex A3 8A 34 0 F 44 24 2E 34 2A
Octal 243 212 64 0 17 104 44 56 64 52
Binary 10100011 10001010 110100 0 1111 1000100 100100 101110 110100 101010

Color Harmonies of #A38A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38A34

Black with #A38A34

Text Example


Text Example

White with #A38A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38A34; }

 p { color: rgb(163,138,52); }

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

background-color css

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

 a { background-color: rgb(163,138,52); }

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

border-color css

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

 span { border-color: rgb(163,138,52); }

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